gdkevents.h: fix documentation typo
authorClaudio Saavedra <csaavedra@igalia.com>
Mon, 3 Jun 2013 11:51:47 +0000 (14:51 +0300)
committerClaudio Saavedra <csaavedra@igalia.com>
Mon, 3 Jun 2013 11:52:34 +0000 (14:52 +0300)
https://bugzilla.gnome.org/show_bug.cgi?id=701463

gdk/gdkevents.h

index c0e911cd277fe977f3905a39fb490bb8dd447f1f..77e15b03b5891fd1cda87ba359a2886d25a8c592 100644 (file)
@@ -797,7 +797,7 @@ struct _GdkEventScroll
  *   <filename>&lt;gdk/gdkkeysyms.h&gt;</filename> header file for a
  *   complete list of GDK key codes.
  * @length: the length of @string.
- * @string: a string containing the an approximation of the text that
+ * @string: a string containing an approximation of the text that
  *   would result from this keypress. The only correct way to handle text
  *   input of text is using input methods (see #GtkIMContext), so this
  *   field is deprecated and should never be used.